Observer

interface Observer

An `observer` interface used to subscribe for an `observable` events.

Functions

notify
Link copied to clipboard
abstract fun notify(event: Event)
Notifies an `observer` about an `event`.

Inheritors

ObserverNative
Link copied to clipboard